home *** CD-ROM | disk | FTP | other *** search
-
-
-
- Usage(V37) Usage(V37)
-
-
- FFOORRMMAATT
- SSPPLLIITT [[FFRROOMM] _f_i_l_e] [TTOO _n_a_m_e] [LLIINNEESS|BBYYTTEESS|PPAARRTTSS _n]
- [PPRROOMMPPTT]
-
- TTEEMMPPLLAATTEE
- FFRROOMM,,TTOO//KK,,LLIINNEESS//KK//NN,,BBYYTTEESS//KK//NN,,PPAARRTTSS//KK//NN,,PPRROOMMPPTT//SS
-
- PPUURRPPOOSSEE
- To split a file into pieces.
-
- SSPPEECCIIFFIICCAATTIIOONN
- SSPPLLIITT reads _f_i_l_e and writes it onto a set of output files.
- The name of the first output file is _n_a_m_e with aa
- appended, and so on lexicographically, up to zz (a maximum
- of 676 files). If no _n_a_m_e is given, x is default.
-
- The LLIINNEESS argument results in _n-line pieces, the BBYYTTEESS
- argument in _n-byte pieces, and the PPAARRTTSS argument splits
- the input file into _n parts. Only one of the arguments
- LLIINNEESS, BBYYTTEESS, and PPAARRTTSS may be given. If none of them are
- given, SSPPLLIITT will default to 1000-line pieces.
-
- If the PPRROOMMPPTT switch is specified, the user will be
- prompted before each output file is written, to make it
- possible to change disks.
-
- If no input file is given then the default input is used
- making it possible to use SSPPLLIITT as the end of a pipe-line.
-
- It is unwise to use the PPAARRTTSS switch when reading from a
- pipe.
-
- EEXXAAMMPPLLEE
- If the file 'myfile' is split up with a command like this:
-
- 1> SSPPLLIITT myfile TTOO splitfile.
-
- it can be assembled again with the following command:
-
- 1> CCOONNCCAATT splitfile.?? TTOO newfile SSOORRTT
-
-
- BBUUGGSS
- Does not check to see if there is room for the appended
- letters in the file part of _n_a_m_e. The length of the file
- part should not exceed 28 characters for OOFFSS and FFFFSS (and
- a lot less for the MMSS--DDOOSS file system, sigh!).
-
- AAUUTTHHOORR
- Torsten Poulin (torsten@diku.dk)
-
- UUNNRREESSTTRRIICCTTIIOONNSS
- SSpplliitt is free; anyone may redistribute copies of SSpplliitt to
- anyone under the terms stated in the GNU General Public
-
-
-
- Split version 37.5 29 March 1993 1
-
-
-
-
-
- Usage(V37) Usage(V37)
-
-
- Licence, a copy of which accompanies each copy of SSpplliitt.
-
- Torsten Poulin encourages you to improve and extend SSpplliitt,
- and urges that you contribute your extensions to the
- world.
-
- SSEEEE AALLSSOO
- CCOONNCCAATT(V37), JJOOIINN(AmigaDOS), TTYYPPEE(AmigaDOS)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Split version 37.5 29 March 1993 2
-
-
-